home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GFX Sensations 1
/
Graphic Sensations - Volume 1.iso
/
tools
/
amiga
/
3d_tools
/
t3dsrc.lha
/
sort_protos.h
< prev
next >
Wrap
Text File
|
1993-01-30
|
233b
|
12 lines
/* Prototypes for functions defined in
sort.c
*/
void swap_points(register DESC * desc,
register int p1,
register int p2);
void sort_points(register DESC * desc,
int (* cmp)());